﻿@media screen and (max-width: 767px) {
    .table-responsive {
        overflow-y: auto;
    }

    #divCropImage #main-img-pane .jcrop-holder,
    #divCropImage #main-img-pane {
        height: auto !important;
    }

    #main-img-pane .jcrop-holder > div {
        margin-bottom: 250px;
    }

    #main-img-pane .jcrop-holder > div.jcrop-tracker {
        position: absolute;
    }

    #main-img-pane .jcrop-holder #preview-pane {
        position: relative;
        left: 0;
        right: inherit;
        top: 240px;
        width: 192px;
    }
    .large-screen-only {
        display: none;
    }
    .email-verification-box {
        width: 95%;
    }
}
@media (max-width: 1023px) {
    .modal-dialog {
        width: 100% !important;
    }
    .page-topbar {
        width: 100%;
        height: 35px;
        background: #33414e;
        margin-bottom: 15px;
    }
}
/* tablet only */
@media screen and (max-width:1023px) and (min-width:700px) {
    .x-scrollable-list-wrapper {
        display: block;
    }
     .page-container.page-navigation-toggled .x-scrollable-list-wrapper {
        width: 75%;
    }
    .x-navigation.x-navigation-horizontal {
        width: 20% !important;
    }
    .large-screen-only {
        display: none;
    }
    .email-verification-box {
        width: 70%;
    }
}

/* low resolution only */
@media screen and (max-width:1024px) and (min-width:1024px) {
    .modal.in .modal-dialog {
        max-width: 1024px;
    }
}
@media (min-width: 1023px) {
    .page-topbar {
        margin-bottom: 20px;
    }
    .email-verification-box {
        width: 40%;
    }
}
.page-loading-frame.v2 {
    z-index: 11111;
}
.panel-custom {
    height: 500px;
}

.panel-usercustom {
    height: 331px;
    overflow-y: auto;
}

.panel-rolepermissioncustom {
    height: 405px;
    overflow-y: auto;
}

.panel-userrolecustom {
    height: 490px;
}

    .panel-userrolecustom table tbody tr:hover {
        cursor: pointer;
    }

.panel-menubody-custom {
    height: 415px;
}

.panel-userrolecustom .tree {
    border: none;
}

.userrolepanel div.table-responsive {
    max-height: 415px;
    overflow-y: auto;
}

.user-list i.select-icon, .role-list i.select-icon {
    border: 2px solid #327db5;
    background: #327db5;
    color: #fff;
}

.panel .panel-settings-filter {
    border-bottom: 1px dashed #D5D5D5;
}


.login-container {
    background-color: #fff;
}

    .login-container .alert {
        padding: 10px;
    }

    .login-container .login-box .login-body a,
    .login-container .login-box .login-body a:link,
    .login-container .login-box .login-body a:active,
    .login-container .login-box .login-body a:visited {
        color: #fff;
        text-decoration: none;
    }

        .login-container .login-box .login-body a:hover {
            color: #efefef;
            text-decoration: underline;
        }

.login-footer .powered-by {
    position: absolute;
    right: 220px;
}

.login-footer .iconnect-logo {
    width: 200px;
    height: 40px;
    background: url(/UserData/SchoolLogos/iconnectlogo.png) 0% 30% no-repeat;
    background-size: contain;
    margin: 0 10px;
}


.list-group-horizontal .list-group-item {
    display: inline-block;
    margin: 10px;
    border-radius: 4px;
}

    .list-group-horizontal .list-group-item a:hover {
        text-decoration: none;
    }

    .list-group-horizontal .list-group-item:hover {
        background-color: #E5E5E5;
        cursor: pointer;
    }

    .list-group-horizontal .list-group-item:last-child {
        border-bottom: 1px solid #E5E5E5;
    }


.panel-title-box .panel-title i {
    font-size: 18px;
    float: left;
    margin-right: 10px;
    line-height: 20px;
}

a.menu-item {
    text-decoration: none;
    cursor: pointer;
}

.ic-menu .panel-body .form-group a.menu-item {
    width: 100%;
    float: left;
    text-align: center;
    display: block;
    text-decoration: none;
    cursor: pointer;
}

    .ic-menu .panel-body .form-group a.menu-item img {
        width: 40px;
        height: 40px;
    }

    .ic-menu .panel-body .form-group a.menu-item span {
        display: block;
        line-height: 20px;
        margin-top: 5px;
    }

.ic-menu .ic-sub-menu-row {
    margin-bottom: 21px;
}

.x-navigation .loginname {
    margin-top: 5px;
}

.x-navigation li.xn-openable > a img,
.panel-body .panel-title-box a img {
    width: 20px;
}

.panel-body .panel-title-box a img {
    margin-right: 5px;
}

#divEditorForm {
    border: none;
}

.input-group-addon {
    background-color: #E5E5E5;
    border-color: #D5D5D5;
    color: #656d78;
}

a.btnModule,
ul.panel-controls > li > a.btnModule,
ul.panel-controls-small > li > a.btnModule {
    background: #ff7e2b;
    border-color: #ff7e2b;
    color: #ffffff;
}

    a.btnModule.toggled,
    ul.panel-controls > li > a.btnModule.toggled,
    ul.panel-controls-small > li > a.btnModule.toggled {
        border-color: #efefef;
        background: #ffffff;
        color: #DB1586;
    }

    a.btnModule:hover,
    ul.panel-controls > li > a.btnModule:hover,
    ul.panel-controls-small > li > a.btnModule:hover {
        background: #ffffff;
        color: #ff7e2b;
    }

.panel > .panel-heading > .panel-title {
    color: #fff;
}

.panel > .panel-heading.filter-panel-opened > .panel-title {
    color: #434a54;
}

.popover .btn-primary {
    border-color: #3fbae4;
    background: #3fbae4;
    color: #ffffff;
}

.x-navigation.x-navigation-horizontal {
    width: 12%;
}

.table.tight > thead > tr > th,
.table.tight > tbody > tr > th,
.table.tight > tbody > tr > td {
    padding: 5px 15px;
}

.simple-label {
    font-weight: normal;
}

div.row.rowpadding {
    padding-top: 15px;
}

div.row.form-horizontal.rowpadding .control-label {
    line-height: 25px;
}

img.borderedimage {
    border: 1px solid;
}

/* Form fields*/
.form-control.numeric {
    width: 20%;
}

.input-group.colorpicker {
    width: 40%;
}

.input-group.date, .input-group.bootstrap-timepicker {
    width: 50%;
}

label.checkbox-inline.custom {
    margin-left: 0px;
    margin-right: 10px;
    min-height: 27px;
}

/* CK Editor Css */
.cke_skin_kama {
    z-index: 1000001 !important;
}

.webform-check {
    width: 100%;
}

input.form-control.link-textbox {
    text-decoration: underline;
    color: #005f96;
    cursor: pointer;
}
table.ic-web-grid > thead > tr > th:last-child {
    min-width: 90px;
}
.custom-header .panel-logo {
    width:225px;
}

.panel-logo img{
    width:100%;
    height:100%;
}

table.table.dataTable  th {
    background-clip: padding-box;
}
.close {
    font-size: 16px;
    color: white;
    text-shadow: none;
    opacity: 1;
}
.mtop-1 {
    margin-top: 10px;
}
.mtop-2 {
    margin-top: 20px;
}
.mtop-3 {
    margin-top: 30px;
}
.panel-close-btn,
a.panel-close-btn:link,
a.panel-close-btn:hover,
a.panel-close-btn:visited {
    color: white;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
}
.table > tbody > tr > td.default-details-control {
    background: url(/Content/assets/img/details_open.png) no-repeat center center;
    cursor: pointer;
}
.table > tbody > tr.details > td.default-details-control {
    background: url(/Content/assets/img/details_close.png) no-repeat center center;
}
.card.student-card {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    height: 150px;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 20px 10px 20px 5px;
}
.btn-secondary {
    background-color: #fff;
    border-color: #DBE2EA;
    border-width: 1px;
    color: #333;
    line-height: 18px;
}

.btn.btn-icon-text {
    padding: 6px 15px 8px 15px;
    line-height: 22px;
}

.btn.btn-icon {
    padding: 4px 10px 6px 10px;
}

.btn-icon i {
    right: 0px;
    padding-right: 0px;
}
.btn.btn-secondary.btn-icon-text, .btn.btn-secondary.btn-icon {
    line-height: 16px;
}
.attachment-table.table > tbody > tr > td {
    border-top: 1px solid #dee7f2;
}